Click or drag to resize

ResourceGetSupportedLock Method (String)

Gets the supportedlock property value.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public LockEntry[] GetSupportedLock(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource.

Return Value

Type: LockEntry
An array of LockEntry, contains combinations of scope and access type which may be specified in lock request on the resource.
See Also